home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19961006-19970104 / 000379_news@columbia.edu _Sun Dec 29 00:21:46 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.8.3/8.8.3) with ESMTP id AAA12285 for <kermit.misc@watsun.cc.columbia.edu>; Sun, 29 Dec 1996 00:21:45 -0500 (EST)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.8.3/8.8.3) id AAA00028 for kermit.misc@watsun; Sun, 29 Dec 1996 00:21:43 -0500 (EST)
  4. Path: news.columbia.edu!panix!feed1.news.erols.com!news-xfer.netaxs.com!ddsw1!news.mcs.net!van-bc!n1van.istar!van.istar!west.istar!news
  5. From: jrd@cc.usu.edu (Joe Doupnik)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Not really a kermit question
  8. Date: 29 Dec 1996 05:20:48 GMT
  9. Organization: Utah State University
  10. Lines: 17
  11. Message-ID: <5a4v3g$5b2@nr1.vancouver.istar.net>
  12. References: <5a119e$c6f@news1.voicenet.com>
  13. NNTP-Posting-Host: webserver.vertigo3d.com
  14. Xref: news.columbia.edu comp.protocols.kermit.misc:6336
  15.  
  16. In article <5a119e$c6f@news1.voicenet.com>, cmosley@voicenet.com (Christopher Mosley) writes:
  17. > Hello,
  18. >  I noticed that I had poor throughput during most of my sessions.
  19. > I tested this using mskermit and ckermit by using up/downloads during
  20. > serial dialin sessions. This is what I discovered:
  21. >  28.8 connection 115200 modem speed, windows 5, packet size 5000,
  22. >  42.bis compression,rts/cts. 
  23. ----------
  24.     I'd say 5KB Kermit packets is too large for efficiency. That
  25. likely exceeds the buffering capacity of any stage along the path
  26. (in programs at either end, in the modems, etc). Wiser is 1KB Kermit
  27. packets so when one arrives completely analysis can begin while others
  28. make their way through the comms pipeline. Most of the pipelines I've
  29. seen (mainly Internet ones) are less than 8KB capacity round trip so 
  30. 1KB Kermit packets and 8 window slots is a nice fit.
  31.         Joe D.